gir: Add (nullable) to ostree_blob_reader_read_blob return value
authorAlexander Larsson <alexl@redhat.com>
Fri, 26 Sep 2025 11:24:41 +0000 (13:24 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 26 Sep 2025 13:37:06 +0000 (15:37 +0200)
commitee822b0248ba4f8e6b2a4dc9333da1b5019c7450
treeb8175e2b21b8d882674dbfdfde72f12d559f27f2
parent4e42790818d811c80b64fcdc5608755d5dcac43e
gir: Add (nullable) to ostree_blob_reader_read_blob return value

This adds api docs to ostree_blob_reader_read_blob() so that we
can mark the return value as nullable. This is needed, because
this function can return NULL without setting error, and this
needs to be handled in bindings (such as the rust ones).
src/libostree/ostree-blob-reader.c